ASP.NET MVC Controls
IItemsSource<T> Interface Members
Properties 

The following tables list the members exposed by IItemsSource<T>.

Public Properties
 NameDescription
 PropertyBatchEditGets or sets whether modifications will be sent to the server in batches or as individually requests.  
 PropertyBatchEditActionUrlGets and sets the url of batch edit action.  
 PropertyCreateActionUrlGets and sets the url of create action.  
 PropertyDeleteActionUrlGets and sets the url of delete action.  
 PropertyDisableServerReadGets or sets whether to disable server-side reading.  
 PropertyFilterGets or sets a method used to determine if an item is suitable for inclusion in the view.  
 PropertyGetErrorGets or sets a callback that determines whether a specific property of an item contains validation errors.  
 PropertyGroupDescriptionsGets the group description collection.  
 PropertyInitialItemsCountGets or sets a number value which decides the count of the initial loaded items.  
 PropertyNewItemCreatorGets or sets a function that creates new items for the collection.  
 PropertyOnClientCollectionChangedOccurs when the collection changes.  
 PropertyOnClientCurrentChangedOccurs after the current item changes.  
 PropertyOnClientCurrentChangingOccurs before the current item changes.  
 PropertyOnClientErrorOccurs when there are errors from the server side.  
 PropertyOnClientPageChangedOccurs after the page index changes.  
 PropertyOnClientPageChangingOccurs before the page index changes.  
 PropertyOnClientQueryCompleteOccurs when the query requests complete.  
 PropertyOnClientQueryDataGets or sets the name JavaScript function which to collect the ajax query data.  
 PropertyOnClientSourceCollectionChangedOccurs after the sourceCollection property in client changes.  
 PropertyOnClientSourceCollectionChangingOccurs before the sourceCollection property in client changes.  
 PropertyPageIndexGets or sets the page index.  
 PropertyPageSizeGets or sets the page size. When page size is 0, paging is disabled.  
 PropertyReadActionUrlGets and sets the url of read action.  
 PropertySortDescriptionsGets the sort description collection.  
 PropertySourceCollectionGets or sets the source collection.  
 PropertyUpdateActionUrlGets and sets the url of update action.  
Top
See Also

Reference

IItemsSource<T> Interface
C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback